home *** CD-ROM | disk | FTP | other *** search
/ Chip: Net Guide / CHIP NET Rehberi Eylül 1998.iso / ftp / fpb.exe / _SETUP.1 / FlyPage Backup.exe / 0 / RCDATA / TFTP_MAILSEND / TFTP_MAILSEND.txt
Encoding:
Text File  |  1998-04-23  |  6.5 KB  |  299 lines

  1. object FTP_MailSend: TFTP_MailSend
  2.   Left = 252
  3.   Top = 107
  4.   Width = 497
  5.   Height = 479
  6.   Caption = 'EMAIL DEMO - Send Mail'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -14
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   OnClose = FormClose
  13.   OnResize = FormResize
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object Label1: TLabel
  17.     Left = 6
  18.     Top = 28
  19.     Width = 16
  20.     Height = 13
  21.     Caption = '&To:'
  22.     FocusControl = tTo
  23.     Font.Charset = DEFAULT_CHARSET
  24.     Font.Color = clBlack
  25.     Font.Height = -9
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = []
  28.     ParentFont = False
  29.   end
  30.   object Label2: TLabel
  31.     Left = 6
  32.     Top = 49
  33.     Width = 39
  34.     Height = 13
  35.     Caption = '&Subject:'
  36.     FocusControl = tSubject
  37.     Font.Charset = DEFAULT_CHARSET
  38.     Font.Color = clBlack
  39.     Font.Height = -9
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = []
  42.     ParentFont = False
  43.   end
  44.   object Label3: TLabel
  45.     Left = 6
  46.     Top = 70
  47.     Width = 26
  48.     Height = 13
  49.     Caption = '&From:'
  50.     FocusControl = tFrom
  51.     Font.Charset = DEFAULT_CHARSET
  52.     Font.Color = clBlack
  53.     Font.Height = -9
  54.     Font.Name = 'MS Sans Serif'
  55.     Font.Style = []
  56.     ParentFont = False
  57.   end
  58.   object Label4: TLabel
  59.     Left = 6
  60.     Top = 92
  61.     Width = 78
  62.     Height = 13
  63.     Caption = '&Attach binary file'
  64.     FocusControl = tAttachedFile
  65.     Font.Charset = DEFAULT_CHARSET
  66.     Font.Color = clBlack
  67.     Font.Height = -9
  68.     Font.Name = 'MS Sans Serif'
  69.     Font.Style = []
  70.     ParentFont = False
  71.   end
  72.   object Label5: TLabel
  73.     Left = 6
  74.     Top = 114
  75.     Width = 21
  76.     Height = 13
  77.     Caption = 'Te&xt'
  78.     FocusControl = tMessage
  79.     Font.Charset = DEFAULT_CHARSET
  80.     Font.Color = clBlack
  81.     Font.Height = -9
  82.     Font.Name = 'MS Sans Serif'
  83.     Font.Style = []
  84.     ParentFont = False
  85.   end
  86.   object Label6: TLabel
  87.     Left = 6
  88.     Top = 6
  89.     Width = 64
  90.     Height = 13
  91.     Caption = 'SMTP Ser&ver'
  92.     FocusControl = tSMTPSrv
  93.     Font.Charset = DEFAULT_CHARSET
  94.     Font.Color = clBlack
  95.     Font.Height = -9
  96.     Font.Name = 'MS Sans Serif'
  97.     Font.Style = []
  98.     ParentFont = False
  99.   end
  100.   object Label7: TLabel
  101.     Left = 307
  102.     Top = 28
  103.     Width = 24
  104.     Height = 13
  105.     Caption = '&BCC:'
  106.     FocusControl = tBCC
  107.     Font.Charset = DEFAULT_CHARSET
  108.     Font.Color = clBlack
  109.     Font.Height = -9
  110.     Font.Name = 'MS Sans Serif'
  111.     Font.Style = []
  112.     ParentFont = False
  113.   end
  114.   object tTo: TEdit
  115.     Left = 109
  116.     Top = 25
  117.     Width = 186
  118.     Height = 21
  119.     Font.Charset = DEFAULT_CHARSET
  120.     Font.Color = clBlack
  121.     Font.Height = -9
  122.     Font.Name = 'MS Sans Serif'
  123.     Font.Style = []
  124.     ParentFont = False
  125.     TabOrder = 0
  126.   end
  127.   object tSubject: TEdit
  128.     Left = 109
  129.     Top = 46
  130.     Width = 240
  131.     Height = 21
  132.     Font.Charset = DEFAULT_CHARSET
  133.     Font.Color = clBlack
  134.     Font.Height = -9
  135.     Font.Name = 'MS Sans Serif'
  136.     Font.Style = []
  137.     ParentFont = False
  138.     TabOrder = 1
  139.   end
  140.   object tFrom: TEdit
  141.     Left = 109
  142.     Top = 67
  143.     Width = 240
  144.     Height = 21
  145.     Font.Charset = DEFAULT_CHARSET
  146.     Font.Color = clBlack
  147.     Font.Height = -9
  148.     Font.Name = 'MS Sans Serif'
  149.     Font.Style = []
  150.     ParentFont = False
  151.     TabOrder = 2
  152.   end
  153.   object tMessage: TMemo
  154.     Left = 4
  155.     Top = 131
  156.     Width = 445
  157.     Height = 260
  158.     Font.Charset = DEFAULT_CHARSET
  159.     Font.Color = clBlack
  160.     Font.Height = -9
  161.     Font.Name = 'MS Sans Serif'
  162.     Font.Style = []
  163.     ParentFont = False
  164.     ScrollBars = ssBoth
  165.     TabOrder = 3
  166.   end
  167.   object Button1: TButton
  168.     Left = 378
  169.     Top = 3
  170.     Width = 71
  171.     Height = 19
  172.     Caption = 'Se&nd Mail'
  173.     Font.Charset = DEFAULT_CHARSET
  174.     Font.Color = clBlack
  175.     Font.Height = -9
  176.     Font.Name = 'MS Sans Serif'
  177.     Font.Style = []
  178.     ParentFont = False
  179.     TabOrder = 4
  180.     OnClick = Button1Click
  181.   end
  182.   object tAttachedFile: TEdit
  183.     Left = 109
  184.     Top = 89
  185.     Width = 240
  186.     Height = 21
  187.     Font.Charset = DEFAULT_CHARSET
  188.     Font.Color = clBlack
  189.     Font.Height = -9
  190.     Font.Name = 'MS Sans Serif'
  191.     Font.Style = []
  192.     ParentFont = False
  193.     TabOrder = 5
  194.   end
  195.   object Button2: TButton
  196.     Left = 378
  197.     Top = 89
  198.     Width = 71
  199.     Height = 19
  200.     Caption = '&Browse'
  201.     Font.Charset = DEFAULT_CHARSET
  202.     Font.Color = clBlack
  203.     Font.Height = -9
  204.     Font.Name = 'MS Sans Serif'
  205.     Font.Style = []
  206.     ParentFont = False
  207.     TabOrder = 6
  208.     OnClick = Button2Click
  209.   end
  210.   object cbQuotedPrint: TCheckBox
  211.     Left = 288
  212.     Top = 114
  213.     Width = 161
  214.     Height = 13
  215.     Caption = '&Encode accented chars'
  216.     Font.Charset = DEFAULT_CHARSET
  217.     Font.Color = clBlack
  218.     Font.Height = -9
  219.     Font.Name = 'MS Sans Serif'
  220.     Font.Style = []
  221.     ParentFont = False
  222.     TabOrder = 7
  223.   end
  224.   object tSMTPSrv: TEdit
  225.     Left = 109
  226.     Top = 3
  227.     Width = 240
  228.     Height = 21
  229.     Font.Charset = DEFAULT_CHARSET
  230.     Font.Color = clBlack
  231.     Font.Height = -9
  232.     Font.Name = 'MS Sans Serif'
  233.     Font.Style = []
  234.     ParentFont = False
  235.     TabOrder = 8
  236.   end
  237.   object lbBtmLines: TListBox
  238.     Left = 6
  239.     Top = 406
  240.     Width = 443
  241.     Height = 26
  242.     BorderStyle = bsNone
  243.     Color = clBtnFace
  244.     Ctl3D = False
  245.     Font.Charset = DEFAULT_CHARSET
  246.     Font.Color = clBlack
  247.     Font.Height = -9
  248.     Font.Name = 'MS Sans Serif'
  249.     Font.Style = []
  250.     ItemHeight = 13
  251.     Items.Strings = (
  252.       'trace protocol here  -- right click to clear')
  253.     ParentCtl3D = False
  254.     ParentFont = False
  255.     TabOrder = 9
  256.     OnMouseDown = lbBtmLinesMouseDown
  257.   end
  258.   object tBCC: TEdit
  259.     Left = 339
  260.     Top = 25
  261.     Width = 110
  262.     Height = 21
  263.     Font.Charset = DEFAULT_CHARSET
  264.     Font.Color = clBlack
  265.     Font.Height = -9
  266.     Font.Name = 'MS Sans Serif'
  267.     Font.Style = []
  268.     ParentFont = False
  269.     TabOrder = 10
  270.   end
  271.   object OpenDialog1: TOpenDialog
  272.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  273.     Title = 'Select File to Send'
  274.     Left = 384
  275.     Top = 48
  276.   end
  277.   object SMTP1: TipwSMTP
  278.     WinsockLoaded = False
  279.     Left = 414
  280.     Top = 52
  281.     RegHnd = {
  282.       F2BD5BABA3E601BAAEB9E7B27BF29A00108BF3349C6284B6B9B8ACF0B19989DF
  283.       B245CD415C31A75353036C2E19DA84546580DA785A8EA88F41D1E0470E881B59
  284.       F2BD5BABA3E601BA461086A8E0A6BE830FAD57306807EBFF6F4E91379EEF4222
  285.       92B7B8696C2AD36957498EBBF60F6E33A35C5F5841C9DC449263086C163BBC48}
  286.   end
  287.   object NetCode1: TipwNetCode
  288.     MaxFileSize = 0
  289.     Mode = '600'
  290.     Left = 446
  291.     Top = 52
  292.     RegHnd = {
  293.       B51D034020D5D858AA781BA29F81AA1A3CC396B63E2CC58C19B3B3E57B9CBECD
  294.       57A3EB0B5A687E1585AEC3CA6EC3C1EEE55E63BF61DA590D52DC2B1A5807A010
  295.       B51D034020D5D858C763B9A8F5040CF22DB00AC2BFE49F8E936140924371430F
  296.       1D3A4495646B01D735AD82B4FC0401546D845957C9AA642933F158578F97DA0F}
  297.   end
  298. end
  299.